home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6266 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. From: KMays@msn.com (Kenneth Mays)
  2. Subject: More C++ for Dummies 
  3. Date: 11 Feb 96 16:52:16 -0800
  4. Message-ID: <00001a81+00009ece@msn.com>
  5. Path: news.msn.com!msn.com
  6. Newsgroups: comp.lang.c++
  7. Organization: The Microsoft Network (msn.com)
  8.  
  9. Hi,
  10.  
  11. Some books for all us old timers that want a good book on C/C++ programming:
  12.  
  13. 1. C++ and More C++ for Dummies by IDG Books (these are great books 
  14. to learning C++ and just understanding the concepts of how the 
  15. language works). I like these books because they cut to the chase and 
  16. teach you how to and how NOT to write code in C++. A must for 
  17. reference!!!!
  18.  
  19. 2. Teach Yourself C programming in 21 days by SAMS Publishing 
  20. ((C)1995). The book was written by Peter Aitken and Bradley L. Jones 
  21. and I have to give the authors credit in a really good college-level 
  22. book on C. Actually, I was going to suggest this book to several 
  23. community colleges on teaching Basic/Intermediate C programming. The 
  24. only thing missing was a disk or CDROM with demo compiler (I like 
  25. Visual C++) and source code but its available on ftp.mcp.com 
  26. (/pub/sams/books/TYC/tyc.zip). 
  27.  
  28. There are more books out there, but they all talk about the same 
  29. thing at different levels. Professional programmers use Visual C++ 
  30. v4.0 and start dumping OS/2 as it dies a slow and painful death (it's 
  31. like my old Amiga OS and REXX revamped on the IBM).
  32.  
  33. P.S. If your into book buying then you should remember these things 
  34. when looking for the right program to start in:
  35.  
  36. 1. Delphi is Borland's answer to MicroSoft's Visual Basic gone Pascal 
  37. (aka Borland Visual Pascal). You are better off with this program if 
  38. you want to make faster code and GUIs. You better like Pascal or 
  39. you'll get turned off.
  40.  
  41. 2. Visual C++ V4.0 is the standard C++ development system. You only 
  42. need to learn C++, but it is good practice to understand the ANSI C 
  43. concepts. Buy books dealing with Visual C++ V4.0 and you'll be up to 
  44. date with the newest developments. Microsoft Foundation Classes are 
  45. also a good thing to know to get full power out of your programs. 
  46. Otherwise, buy Borland C++ or symantec C++ V7.2x if you just want to 
  47. play around with the programming language.
  48.  
  49. 3. Visual Basic V4.0 Professional Edition. Well, I was raised on DEC 
  50. PDP-11 Basic-Plus but I have to admit this this is the worst thing I 
  51. have ever seen. This is good for GUI development but not much else 
  52. (too slow). The other problem is its resource requirements, need for 
  53. separate DLL to use any programs on non-Visual Basic systems. Use 
  54. your own free QBASIC and buy a QuickBasic compiler if you want to 
  55. learn BASIC. By the way, its BASIC not Basic (but you know that).
  56.  
  57. The JOB market wants you to know C++ so it is wiser if you want to 
  58. spend your time being a programmer to learn C/C++ and/or Ada95. 
  59. Otherwise, you might as well stick with BASIC since it is the 
  60. Beginner's All Purpose Symbolic Instruction Code (smile)!!! 
  61.